Druid v1.46

Deployment Dates

The table below lists the deployment date of Druid v1.46 across Druid Clouds. To view the Druid Releases Calendar, see Druid ChatBot Releases.

Druid Cloud Community

*.community.Druidplatform.com

Druid Cloud US

*.us.Druidplatform.com

Druid Cloud West-Europe (PROD)

*.Druidplatform.com

August 05, 2021 August 05, 2021 September 02, 2021

These release notes give you a brief, high-level description of the improvements implemented to existing features.

If you have questions about your Druid tenant, please contact support@Druidai.com or your local Druid partner for more information.

Connector Host Upgrade Recommended!  This release includes features that require upgrade of your Druid Connector Host to the latest version:
  • SQL App: Additional Connection Parameters

What's New

  • SQL App: Additional Connection Parameters
  • Important!  This feature is available for Druid Connectors v1.46 or above. If you have a hybrid or on premise Druid deployment, install Druid Connector Host version 1.46 or above.

    This release introduces a new field on the SQL Connector App called Additional Connection Parameters, which provides the bot authors with the possibility to use additional connection parameters when connecting to an SQL Server.

    For information on these parameters and the syntax to use when filling in the Additional Connection Parameters field, see Additional Connection Parameters.

Improvements

  • The Import solution option is now available on top of the solutions list.
  • Aligned all input methods for Internal Actions parameters.
  • All internal Actions from the list below must accept, as input, any of the following data type: directly a string, a local variable (@ ) or a Druid Entity Expression (e.g., [[Employee]].Role ).
    • AddUserRoles

    • ChangeConversation (automatically convert from string to integer, if the case)

    • IsInRole

    • RemoveUserRoles

  • For reporting purposes, the Language Code was added to the Conversation History table.
  • Note:  The Language Code is only available in the database (not in the UI) and only for hybrid and on premise Druid deployments.
  • By default, the Bot Diagram displays the Names (Labels).

Bug fixes

  • Newly created Apps don't automatically link to their solutions.
  • Solutions Library screen freezes after the user tries to type in the Search bar.
  • Continuous Train Set file upload generates 'Import unsuccessful - Value cannot be null' - FIXED.
  • CNN UiPath app: fixed Getfolders action issues which occurred after more than 1 hour from the first authentication.
  • The Bot default language disappears from the menu when deselected & gets duplicated when selected again.
  • APC: scrolling in Bot language drop-down has effect in the left side menu.

  • Fixed issue on flow step editor from the Diagram mode. When added several internal action actions on the same step, the SetVariables were not executed for that flow step. For example, the authentication flow, on the step where the three internal actions were used, together with SetVariables on [[ChatUser]] fields.